API Docs for: 0.0.2
Show:

{remote}.Inject Class

Module: language

Class for injecting data to specific resource/service requests

Item Index

Methods

Methods

add

(
  • resourceService
  • data
)

Add data to be posted with the next request.

Parameters:

Example:

ludo.remoteInject.add('Person/save', {
    'customParam' : 'customValue'
});